html,
body {
    margin: 0 !important;
}


.big-txt {
    font-size: 0.41rem !important;
}

.lg-txt {
    font-size: 0.37rem !important;
}

.md-txt {
    font-size: 0.32rem !important;
}

.sm-txt {
    font-size: 0.28rem !important;
}

.xs-txt {
    font-size: 0.24rem !important;
}

a {
    text-decoration: none;
}

.all {
    width: 100%;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
}

.head-box {
    width: 100%;
    position: relative;
}

.live-streaming {
    position: absolute;
    top: 2.16rem;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.live-btn {
    width: 2.27rem;
    height: .44rem;
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 0.61rem;
    color: #fff;
    font-size: 0.24rem;
}

.head-box img {
    width: 100%;
}

.tab-box {
    display: flex;
    padding-left: 0.23rem;
}

.popular-box {
    width: 1.16rem;
    margin-top: 0.08rem;
    margin-right: 0.23rem;
}

.popular-box img {
    width: 1.16rem;
    height: 0.6rem;
}

.scroll-box {
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0.3rem 0;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.scroll-box::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.tab-child {
    padding: 0 0.2rem;
    height: 0.53rem;
    text-align: center;
    line-height: 0.52rem;
    border-radius: 0.26rem;
    margin-right: 0.1rem;
    font-size: 0.28rem;
    box-sizing: border-box;
    color: #505050;
    border: 1px solid #505050;
}

.select-tab {
    color: #6531DC;
    border: 1px solid #6531DC;
}

.activity-box {
    display: flex;
    align-items: center;
    padding: 0 0.19rem;
    margin-bottom: 0.5rem;
}

.activity-left {
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
}

.activity-left img {
    width: 3.4rem;
    height: 2.03rem;
    border-radius: 0.2rem;
    object-fit: cover;
}

.activity-right {
    display: flex;
    flex-direction: column;
}

.activity-title {
    font-size: 0.25rem;
    color: #000;
}

.time-box {
    display: flex;
    color: #505050;
    font-size: 0.17rem;
    margin: 0.1rem 0;
}

.time-num {
    flex: 1;
    color: #FF5A00;
}

.activity-text {
    font-size: 0.24rem;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reserve-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.1rem;
}

.reserve-btn {
    width: 2.88rem;
    height: 0.46rem;
    border-radius: 0.3rem;
    background-color: #ff9c00;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    font-size: 0.19rem;
}

.bottom-box {
    width: 100%;
    height: 1.57rem;
    text-align: center;
    line-height: 1.57rem;
    background-color: #6531DC;
    color: #fff;
    font-size: 0.18rem;
}

.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up-content {
    width: 5rem;
    border-radius: 0.1rem;
    padding: 0.3rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tips-title {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.pop-up-tips {
    color: #505050;
}